-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update Private Cluster page content #3266
update Private Cluster page content #3266
Conversation
``` | ||
|
||
:::tip | ||
The exact command will be different on each computer and is outputted by the `bacalhau serve --node-type requester ...` command | ||
The exact command arguments will be different on each computer and is outputted by the `bacalhau serve --node-type requester ...` command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The exact command arguments will be different on each computer and is outputted by the `bacalhau serve --node-type requester ...` command | |
The exact command arguments will be different on each computer and is output by the `bacalhau serve --node-type requester ...` command |
I realise outputted was there before but it's the wrong tense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
::: | ||
|
||
The command `bacalhau serve --private-internal-ipfs --peer ...` starts up a compute node and adds it to the cluster. | ||
|
||
## Submitting Jobs | ||
|
||
To use this cluster from the client, run the following commands in your shell: | ||
To use this cluster from the client, run the following commands in your shell, setting following environment variables: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To use this cluster from the client, run the following commands in your shell, setting following environment variables: | |
To use this cluster from the client, run the following commands in your shell, setting the following environment variables: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@@ -60,10 +75,13 @@ export BACALHAU_API_PORT=1234 | |||
``` | |||
|
|||
:::tip | |||
The exact command will be different on each computer and is outputted by the `bacalhau serve --node-type requester ...` command | |||
The exact command arguments will be different on each computer and is outputted by the `bacalhau serve --node-type requester ...` command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The exact command arguments will be different on each computer and is outputted by the `bacalhau serve --node-type requester ...` command | |
The exact command arguments will be different on each computer and is output by the `bacalhau serve --node-type requester ...` command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
::: | ||
|
||
The command `export BACALHAU_IPFS_SWARM_ADDRESSES=...` sends jobs into the cluster from the command line client. | ||
The command `export BACALHAU_IPFS_SWARM_ADDRESSES=...` sets environment variable, which overrides default ipfs swarm address, allowing to send jobs into the cluster from the command line client. You can also use `bacalhau config set` with a `node.ipfs.swarmaddresses` parameter to change the ipfs swarm address: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The command `export BACALHAU_IPFS_SWARM_ADDRESSES=...` sets environment variable, which overrides default ipfs swarm address, allowing to send jobs into the cluster from the command line client. You can also use `bacalhau config set` with a `node.ipfs.swarmaddresses` parameter to change the ipfs swarm address: | |
The command `export BACALHAU_IPFS_SWARM_ADDRESSES=...` sets an environment variable which overrides the default ipfs swarm address, allowing the command line client to interact with the cluster. You can also use `bacalhau config set` with a `node.ipfs.swarmaddresses` parameter to change the ipfs swarm address: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
e394f13
into
bacalhau-project:docupdating-a1qa
No description provided.